home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / screen.prerm < prev    next >
Encoding:
Text File  |  2009-02-11  |  311 b   |  14 lines

  1. #!/bin/sh
  2. set -e
  3.  
  4. if [ "$1" = remove ] || [ "$1" = deconfigure ]; then
  5.   /usr/sbin/remove-shell /usr/bin/screen || true
  6. fi 
  7.  
  8. # Automatically added by dh_installinfo
  9. if [ "$1" = remove ] || [ "$1" = upgrade ]; then
  10.     install-info --quiet --remove /usr/share/info/screen.info
  11. fi
  12. # End automatically added section
  13.  
  14.